UnbindRequest

data class UnbindRequest(port: Int)

Represents request frame that can be used with Tethering#unbind operation call.

Request browser port unbinding.

See also

Constructors

UnbindRequest
Link copied to clipboard
fun UnbindRequest(port: Int)

Properties

port
Link copied to clipboard
val port: Int
Port number to unbind.

Sources

jvm source
Link copied to clipboard